バージョン

CommonStateNotifier<TState> コンストラクタ(TState)

初期状態で CommonStateNotifier<TState> を初期化するコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal state As TState _
)
public CommonStateNotifier<TState>( 
   TState state
)

パラメータ

state
State プロパティの値。
参照